home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / riblitzlibs.lha / riblitzlibs / Readme.NOW < prev    next >
Text File  |  1994-06-14  |  4KB  |  115 lines

  1. ****************************************************************
  2. **** R E F L E C T I V E   I M A G E S    B L I T Z L I B S ****
  3. ****************************************************************
  4.  
  5. ##################### V E R S I O N   3 ########################
  6.  
  7. Written by : Stephen McNamara & Steven Matty
  8.  
  9. THESE LIBRARIES MAY BE FREELY REDISTRIBUTED AND USED IN YOUR OWN
  10. PROGRAMS. HOWEVER WE WOULD ASK THAT YOU PUT A MESSAGE SOMEWHERE
  11. IN YOUR PROGRAM WHICH GOES ALONG THE LINES OF :
  12.  
  13. "This program uses the XXXX library written by Reflective Images"
  14. ================================================================
  15.  
  16.  
  17. This release contains the following libraries :
  18.  
  19.         FNS-Library    - Print proportional fonts at any XY
  20.         FUNC-Library    - Loads of useful commands ala AM*S
  21.         GFX-Library    - Lighten palette values (supports AGA)
  22.         PACK-Library    - Unpack IFF from RAM. Unpack palettes
  23.                   from RAM.
  24.         REQ-Library    - File-requester ala Req.Library
  25.         ZONEJOY-Library    - AM*S type zones and enhanced joystick
  26.                   port reading - supports 4 player adaptor.
  27.         FX-Library    - Some graphical effects commands ...
  28.                   Zoom x2 /x4 /x8 /x?
  29.                   Derez
  30.  
  31. Installation
  32. ~~~~~~~~~~~~
  33. You can install these into Blitz2 in two different ways:
  34.  
  35.     1) Temporary installation: Put the .OBJ files (found in each
  36.        specific directory of this archive ) into your
  37.        Blitzlibs:Userlibs/ drawer and do a RELOAD LIBS from inside
  38.        Blitz2 (this command is on the COMPILER folder).  The new
  39.            commands will be available but will be deleted when you quit
  40.        Blitz2.
  41.  
  42.        ** NOTE ** For RELOAD ALL LIBS to work, the only directories
  43.        that should be in BLITZLIBS: are
  44.                 Amigalibs
  45.                 Basic
  46.                 System
  47.                 Userlibs
  48.  
  49.        DO **NOT** store any folders of your own on Blitzlibs:.
  50.  
  51.     2) This is the better way of doing it but you can only do this
  52.        if you have a Blitz2 program called MakeDeflibs.  This program
  53.        scans the Blitzlibs: directory for folders and puts every
  54.        library it finds into a new DEFLIBS file.  After doing this,
  55.        you have to delete the libraries and create a new DEFLIBS to
  56.        remove the commands.
  57.            To do this permanent addition then, copy the library files into
  58.        Blitzlibs:Userlibs/ and then run MakeDeflibs.  Now reload your
  59.        copy of Blitz2 and you'll have the new commands available.
  60.  
  61.            If you have any probs, installing these then let us know
  62.            and we'll sort you out.
  63.  
  64.            If you know of any library token clashes, please let us know
  65.            and we will be (un)willing to change them.
  66.  
  67. If you have any suggestions/comments, PLEASE write to :
  68.  
  69.             Reflective Images c/o Steve Matty
  70.              67 Farringdon Road
  71.             Havant
  72.             Hampshire
  73.             PO9 2LP
  74.  
  75. Or, if you have E-Mail access to Internet :
  76.  
  77. Or telephone : +(44) 705 781507
  78.              or
  79.            +(44) 705 641462
  80.  
  81. The libraries will be constantly updated and free updates will be sent on
  82. demand. We hope you find these libraries useful (you should do - we find them
  83. useful, nearly all the programs we've written rely on these and our other
  84. libraries in some way) and would appreciate any comments you want to make
  85. about them being sent to us.  In particular, we would like
  86. to know about:
  87.  
  88.         o Bugs in the commands
  89.         o Possible enhancements that could be made
  90.         o Additional commands that you'd like to see in the
  91.           libraries
  92.         o Any problems you have using the commands
  93.         o Anything that you hate (or luv) about the commands
  94.         o any pleas for help or source code to these libraries
  95.  
  96. And finally, if you've done something stonking in Blitz that you just have
  97. to tell people about them TELL US!  Send us anything interesting you've
  98. done in Blitz or 680x0 assembly language.
  99.  
  100. And finally, finally, ANY PROBLEMS - mail us at.........
  101.  
  102.     sis3147@sisvax.sis.port.ac.uk
  103.              or
  104.     sis3149@sisvax.sis.port.ac.uk
  105.  
  106.     valid until October 1994 when they will become
  107.  
  108.     sis2147@sisvax.sis.port.ac.uk
  109.             or
  110.     sis2149@sisvax.sis.port.ac.uk
  111.  
  112. ENJOY!
  113.  
  114. >>END
  115.